diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 09:02:10 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 09:02:10 +0900 |
| commit | af2fc05cfd112a3be763e5e844b642cf1b2e97b9 (patch) | |
| tree | 90c123ed0d0bb831e6a43a85ee90273c53bfc01b /config/waybar/style/[WALLUST] ML4W-modern-mixed.css | |
| parent | fbd86772fac1bbe685777d362caf50da08434bbb (diff) | |
yet another day of tweaking. Everyday you find a small bug or needs to be tweaked :)
Diffstat (limited to 'config/waybar/style/[WALLUST] ML4W-modern-mixed.css')
| -rw-r--r-- | config/waybar/style/[WALLUST] ML4W-modern-mixed.css | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index 561aaa6c..d43b7401 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -32,6 +32,7 @@ window#waybar { transition-duration: .5s; } +#taskbar, #workspaces { background: @workspacesbackground1; margin: 2px 18px 3px 1px; @@ -45,6 +46,7 @@ window#waybar { color: @textcolor1; } +#taskbar button, #workspaces button { padding: 0px 6px; margin: 3px 2px; @@ -55,6 +57,7 @@ window#waybar { opacity: 0.4; } +#taskbar button.active, #workspaces button.active { color: @textcolor1; background: @workspacesbackground2; @@ -64,6 +67,7 @@ window#waybar { opacity:1.0; } +#taskbar button.hover, #workspaces button:hover { color: @textcolor1; background: @workspacesbackground2; @@ -96,22 +100,6 @@ window#waybar.empty #window { background-color:transparent; } -#taskbar { - background: @backgroundlight; - margin: 3px 15px 3px 0px; - border-radius: 5px 5px 5px 5px; - font-weight: normal; - font-style: normal; - opacity:0.8; - border: 3px solid @backgroundlight; -} - -#taskbar button { - margin:0; - border-radius: 5px 5px 5px 5px; - padding: 0px 5px 0px 5px; -} - #taskbar.empty { background:transparent; border:0; |
